﻿.sg-block {
    direction: ltr;
    background: #d5dcec;
    box-shadow: 0 0 0 1px rgba(0,0,0,.05) inset;
    position: relative;
}

.sg-block::after {
    content: attr(data-title);
    position: absolute;
    right: 5px;
    top: 3px;
    line-height: 14px;
    font-size: 10px;
    color: #ffffff;
    text-transform: uppercase;
    pointer-events: none;
    direction: ltr;
}

.sg-block--ratio {
    height: auto;
    min-height: 200px;
}

.sg-block__ratio {
    width: 100%;
    display: block;
}

.sg-block__content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
